@import url('https://fonts.googleapis.com/css2?family=Arimo:ital,wght@0,400..700;1,400..700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100..900;1,100..900&display=swap');


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
    scroll-padding-top: 2rem;
    list-style: none;
    text-decoration: none;
}

a {
    font-family: "Google Sans Code", monospace;
    font-optical-sizing: auto;
    text-decoration: none;
}

p {
    font-family: "Google Sans Code", monospace;
    font-optical-sizing: auto;
    font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "PT Serif Caption", serif;
    font-weight: 400;
    font-style: normal;
}


/* // Small devices (landscape phones, 576px and up) */
@media (min-width: 320px) {

    /* header */
    /* nav 1 */
    .nav-1 {
        overflow: hidden;
        display: none;
        width: 100%;
    }

    /* nav 1 */

    /* nav 2 */
    .nav-2 {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .navbar-dark {
        overflow: hidden;
        background-color: #ffffff;
        border-bottom: 0.5px solid #e2e2e2;
        width: 100%;
        height: 70px;
    }

    .navbar-brand {
        margin-top: 0px;
        margin-left: 0px;
    }

    .navbar-brand img {
        width: 40px;
    }

    .navbar-toggler-icon-1 {
        border: 2px solid transparent;
    }

    .navbar-toggler-icon-1 i {
        color: #130866;
        font-size: 25px;
    }

    .offcanvas {
        overflow: hidden;
        display: block;
        background-color: #000000;
        width: 100%;
        height: 777px;
    }

    .nav-link {
        color: #ffffff;
        font-size: 17px;
        transition: all 0.5s;

        &:focus:hover {
            color: #130866;
        }
    }

    /* nav 2 */
    /* header */

    /* body content 1 */

    .body-content-1-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 1030px;
    }

    .body-content-1-main-text-bg {
        overflow: hidden;
        display: block;
        background-color: #130866;
        width: 300px;
        height: 880px;
        border-radius: 20px;
        margin-top: 100px;
        margin-left: 10px;
        margin-right: 50px;
    }

    .body-content-1-main-flex-div {
        overflow: hidden;
        display: block;
    }

    .body-content-1-input-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 280px;
        height: 500px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-1-input-div input {
        color: #000000;
        font-size: 18px;
        background-color: #e2e2e2;
        width: 260px;
        height: 50px;
        border: none;
        outline: none;
        border-left: 5px solid #1A73E8;
        border-radius: 0px 10px 10px 0px;
        padding-left: 10px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
        transition: all 0.5s;
    }

    .body-content-1-input-div input:focus {
        color: #000000;
        background-color: #F8F9FA;
        border-radius: 0px 0px 0px 0px;
        border-left: none;
        border-bottom: 2px solid #1A73E8;
    }

    .body-content-1-input-div input::placeholder {
        color: #000000;
    }

    .body-content-1-input-div textarea {
        color: #000000;
        font-size: 18px;
        background-color: #e2e2e2;
        width: 260px;
        height: 170px;
        border: none;
        outline: none;
        border-left: 5px solid #1A73E8;
        border-radius: 0px 10px 10px 0px;
        padding-top: 10px;
        padding-left: 10px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
        transition: all 0.5s;
    }

    .body-content-1-input-div textarea:focus {
        color: #000000;
        background-color: #F8F9FA;
        border-radius: 0px 0px 0px 0px;
        border-left: none;
        border-bottom: 2px solid #1A73E8;
    }

    .body-content-1-input-div textarea::placeholder {
        color: #000000;
    }

    .body-content-1-input-btn {
        overflow: visible;
        display: block;
        margin-top: 30px;
        margin-left: 10px;
    }

    .body-content-1-input-btn a,
    .body-content-1-input-btn button {
        color: #ffffff;
        font-size: 18px;
        background-color: #1A73E8;
        padding: 10px 30px;
        border-radius: 20px;
        border: none;
        cursor: pointer;
        font-family: "Google Sans Code", monospace;
        transition: all 0.5s;


        &:hover {
            background-color: #0054C2;
        }
    }

    /* Send Message button used in the contact form */
    .contact-btn {
        display: block;
        width: 260px; /* aligns with input widths above */
        margin-top: 20px;
        margin-left: 10px;
        color: #ffffff;
        font-size: 18px;
        background: linear-gradient(90deg, #1A73E8 0%, #0054C2 100%);
        padding: 12px 28px;
        border-radius: 12px;
        border: none;
        cursor: pointer;
        font-family: "Google Sans Code", monospace;
        text-align: center;
        transition: transform .12s ease, box-shadow .12s ease, background .2s ease;
        box-shadow: 0 6px 18px rgba(10, 45, 105, 0.12);
    }

    .contact-btn:hover {
        transform: translateY(-3px);
        box-shadow: 0 12px 28px rgba(10, 45, 105, 0.18);
    }

    .contact-btn:focus {
        outline: 3px solid rgba(26, 115, 232, 0.18);
        outline-offset: 3px;
    }

    .contact-btn:active {
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(10, 45, 105, 0.14);
    }

    /* Simple notification popup */
    .notification {
        visibility: hidden;
        position: fixed;
        bottom: 30px;
        right: 30px;
        background-color: #333;
        color: white;
        padding: 16px;
        border-radius: 4px;
        z-index: 9999;
        font-size: 14px;
        min-width: 250px;
        text-align: center;
    }

    .notification.success {
        background-color: #1A73E8;
    }

    .notification.error {
        background-color: #ff4444;
    }

    .notification.show {
        visibility: visible;
        animation: slidein 0.5s, fadeout 0.5s 2.5s;
    }

    @keyframes slidein {
        from {
            bottom: 0;
            opacity: 0;
        }
        to {
            bottom: 30px;
            opacity: 1;
        }
    }

    @keyframes fadeout {
        from {
            bottom: 30px;
            opacity: 1;
        }
        to {
            bottom: 0;
            opacity: 0;
        }
    }

    @media (max-width: 480px) {
        .notification {
            left: 20px;
            right: 20px;
            bottom: 20px;
        }
    }

    .body-content-1-input-text-div {
        overflow: hidden;
        display: block;
        /* background-color: #F8F9FA; */
        width: 100%;
        height: 500px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .body-content-1-input-text-heading h1 {
        color: #ffffff;
        font-size: 40px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-1-input-text-li {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-1-input-text-li li {
        color: #ffffff;
        font-size: 18px;
        text-align: justify;
        padding-top: 10px;
    }

    /* body content 1 */

    /* footer */

    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #F8F9FA;
        width: 100%;
        height: 980px;
    }

    .footer-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-text-box-1 {
        overflow: hidden;
        display: block;
        /* background-color: #ababab; */
        width: 100%;
        height: 350px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-text-heading-div h3 {
        color: #000000;
        font-size: 30px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-text-p p {
        color: #525252;
        font-size: 14px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-text-box-2 {
        overflow: hidden;
        display: block;
        /* background-color: #ababab; */
        width: 400px;
        height: 300px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-text-heading-2-div h3 {
        color: #000000;
        font-size: 30px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-text-links-1-div li {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 0px;
    }

    .footer-text-links-1-div li a {
        color: #525252;
        font-size: 16px;
        padding-top: 10px;
        transition: all ease;

        &:hover {
            color: #0054C2;
            text-decoration: underline;
        }
    }

    /* footer */

    /* footer 2 */

    .footer-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #F8F9FA;
        width: 100%;
        height: 150px;
        border-top: 0.5px solid #e2e2e2;
    }

    .footer-2-main-flex-div {
        overflow: hidden;
        display: block;
        justify-content: space-between;
        width: 100%;
    }

    .footer-2-text-1 p {
        color: #525252;
        font-size: 14px;
        padding-top: 25px;
        padding-left: 20px;
        padding-right: 0px;
    }

    .footer-2-text-2 p {
        color: #525252;
        font-size: 14px;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 0px;
    }

    /* footer 2 */
}

/* // Small devices (landscape phones, 375px and up) */
@media (min-width: 375px) {

    /* header */
    /* nav 1 */
    .nav-1 {
        overflow: hidden;
        display: none;
        width: 100%;
    }

    /* nav 1 */

    /* nav 2 */
    .nav-2 {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .navbar-dark {
        overflow: hidden;
        background-color: #ffffff;
        border-bottom: 0.5px solid #e2e2e2;
        width: 100%;
        height: 70px;
    }

    .navbar-brand {
        margin-top: 0px;
        margin-left: 0px;
    }

    .navbar-brand img {
        width: 40px;
    }

    .navbar-toggler-icon-1 {
        border: 2px solid transparent;
    }

    .navbar-toggler-icon-1 i {
        color: #130866;
        font-size: 25px;
    }

    .offcanvas {
        overflow: hidden;
        display: block;
        background-color: #000000;
        width: 100%;
        height: 777px;
    }

    .nav-link {
        color: #ffffff;
        font-size: 17px;
        transition: all 0.5s;

        &:focus:hover {
            color: #130866;
        }
    }

    /* nav 2 */
    /* header */

    /* body content 1 */

    .body-content-1-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 1030px;
    }

    .body-content-1-main-text-bg {
        overflow: hidden;
        display: block;
        background-color: #130866;
        width: 355px;
        height: 880px;
        border-radius: 20px;
        margin-top: 100px;
        margin-left: 10px;
        margin-right: 50px;
    }

    .body-content-1-main-flex-div {
        overflow: hidden;
        display: block;
    }

    .body-content-1-input-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 335px;
        height: 500px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-1-input-div input {
        color: #000000;
        font-size: 18px;
        background-color: #e2e2e2;
        width: 315px;
        height: 50px;
        border: none;
        outline: none;
        border-left: 5px solid #1A73E8;
        border-radius: 0px 10px 10px 0px;
        padding-left: 10px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
        transition: all 0.5s;
    }

    .body-content-1-input-div input:focus {
        color: #000000;
        background-color: #F8F9FA;
        border-radius: 0px 0px 0px 0px;
        border-left: none;
        border-bottom: 2px solid #1A73E8;
    }

    .body-content-1-input-div input::placeholder {
        color: #000000;
    }

    .body-content-1-input-div textarea {
        color: #000000;
        font-size: 18px;
        background-color: #e2e2e2;
        width: 315px;
        height: 170px;
        border: none;
        outline: none;
        border-left: 5px solid #1A73E8;
        border-radius: 0px 10px 10px 0px;
        padding-top: 10px;
        padding-left: 10px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
        transition: all 0.5s;
    }

    .body-content-1-input-div textarea:focus {
        color: #000000;
        background-color: #F8F9FA;
        border-radius: 0px 0px 0px 0px;
        border-left: none;
        border-bottom: 2px solid #1A73E8;
    }

    .body-content-1-input-div textarea::placeholder {
        color: #000000;
    }

    .body-content-1-input-btn {
        overflow: visible;
        display: block;
        margin-top: 30px;
        margin-left: 10px;
    }

    .body-content-1-input-btn a,
    .body-content-1-input-btn button {
        color: #ffffff;
        font-size: 18px;
        background-color: #1A73E8;
        padding: 10px 30px;
        border-radius: 20px;
        border: none;
        cursor: pointer;
        font-family: "Google Sans Code", monospace;
        transition: all 0.5s;


        &:hover {
            background-color: #0054C2;
        }
    }

    .body-content-1-input-text-div {
        overflow: hidden;
        display: block;
        /* background-color: #F8F9FA; */
        width: 100%;
        height: 500px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .body-content-1-input-text-heading h1 {
        color: #ffffff;
        font-size: 50px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-1-input-text-li {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-1-input-text-li li {
        color: #ffffff;
        font-size: 18px;
        text-align: justify;
        padding-top: 10px;
    }

    /* body content 1 */

    /* footer */

    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #F8F9FA;
        width: 100%;
        height: 980px;
    }

    .footer-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-text-box-1 {
        overflow: hidden;
        display: block;
        /* background-color: #ababab; */
        width: 100%;
        height: 300px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-text-heading-div h3 {
        color: #000000;
        font-size: 30px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-text-p p {
        color: #525252;
        font-size: 14px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-text-box-2 {
        overflow: hidden;
        display: block;
        /* background-color: #ababab; */
        width: 400px;
        height: 300px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .footer-text-heading-2-div h3 {
        color: #000000;
        font-size: 30px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-text-links-1-div li {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 0px;
    }

    .footer-text-links-1-div li a {
        color: #525252;
        font-size: 16px;
        padding-top: 10px;
        transition: all ease;

        &:hover {
            color: #0054C2;
            text-decoration: underline;
        }
    }

    /* footer */

    /* footer 2 */

    .footer-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #F8F9FA;
        width: 100%;
        height: 150px;
        border-top: 0.5px solid #e2e2e2;
    }

    .footer-2-main-flex-div {
        overflow: hidden;
        display: block;
        justify-content: space-between;
        width: 100%;
    }

    .footer-2-text-1 p {
        color: #525252;
        font-size: 16px;
        padding-top: 25px;
        padding-left: 20px;
        padding-right: 0px;
    }

    .footer-2-text-2 p {
        color: #525252;
        font-size: 16px;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 0px;
    }

    /* footer 2 */
}

/* // Medium devices (tablets, 425px and up) */
@media (min-width: 425px) {

    /* header */
    /* nav 1 */
    .nav-1 {
        overflow: hidden;
        display: none;
        width: 100%;
    }

    /* nav 1 */

    /* nav 2 */
    .nav-2 {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .navbar-dark {
        overflow: hidden;
        background-color: #ffffff;
        border-bottom: 0.5px solid #e2e2e2;
        width: 100%;
        height: 70px;
    }

    .navbar-brand {
        margin-top: 0px;
        margin-left: 0px;
    }

    .navbar-brand img {
        width: 40px;
    }

    .navbar-toggler-icon-1 {
        border: 2px solid transparent;
    }

    .navbar-toggler-icon-1 i {
        color: #130866;
        font-size: 25px;
    }

    .offcanvas {
        overflow: hidden;
        display: block;
        background-color: #000000;
        width: 100%;
        height: 777px;
    }

    .nav-link {
        color: #ffffff;
        font-size: 17px;
        transition: all 0.5s;

        &:focus:hover {
            color: #130866;
        }
    }

    /* nav 2 */
    /* header */

    /* body content 1 */

    .body-content-1-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 1030px;
    }

    .body-content-1-main-text-bg {
        overflow: hidden;
        display: block;
        background-color: #130866;
        width: 405px;
        height: 880px;
        border-radius: 20px;
        margin-top: 100px;
        margin-left: 10px;
        margin-right: 50px;
    }

    .body-content-1-main-flex-div {
        overflow: hidden;
        display: block;
    }

    .body-content-1-input-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 385px;
        height: 500px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 10px;
        margin-right: 0px;
    }

    .body-content-1-input-div input {
        color: #000000;
        font-size: 18px;
        background-color: #e2e2e2;
        width: 365px;
        height: 50px;
        border: none;
        outline: none;
        border-left: 5px solid #1A73E8;
        border-radius: 0px 10px 10px 0px;
        padding-left: 10px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
        transition: all 0.5s;
    }

    .body-content-1-input-div input:focus {
        color: #000000;
        background-color: #F8F9FA;
        border-radius: 0px 0px 0px 0px;
        border-left: none;
        border-bottom: 2px solid #1A73E8;
    }

    .body-content-1-input-div input::placeholder {
        color: #000000;
    }

    .body-content-1-input-div textarea {
        color: #000000;
        font-size: 18px;
        background-color: #e2e2e2;
        width: 365px;
        height: 170px;
        border: none;
        outline: none;
        border-left: 5px solid #1A73E8;
        border-radius: 0px 10px 10px 0px;
        padding-top: 10px;
        padding-left: 10px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 0px;
        transition: all 0.5s;
    }

    .body-content-1-input-div textarea:focus {
        color: #000000;
        background-color: #F8F9FA;
        border-radius: 0px 0px 0px 0px;
        border-left: none;
        border-bottom: 2px solid #1A73E8;
    }

    .body-content-1-input-div textarea::placeholder {
        color: #000000;
    }

    .body-content-1-input-btn {
        overflow: visible;
        display: block;
        margin-top: 30px;
        margin-left: 10px;
    }

    .body-content-1-input-btn a,
    .body-content-1-input-btn button {
        color: #ffffff;
        font-size: 18px;
        background-color: #1A73E8;
        padding: 10px 30px;
        border-radius: 20px;
        border: none;
        cursor: pointer;
        font-family: "Google Sans Code", monospace;
        transition: all 0.5s;


        &:hover {
            background-color: #0054C2;
        }
    }

    .body-content-1-input-text-div {
        overflow: hidden;
        display: block;
        /* background-color: #F8F9FA; */
        width: 100%;
        height: 500px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .body-content-1-input-text-heading h1 {
        color: #ffffff;
        font-size: 50px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-1-input-text-li {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-1-input-text-li li {
        color: #ffffff;
        font-size: 18px;
        text-align: justify;
        padding-top: 10px;
    }

    /* body content 1 */

    /* footer */

    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #F8F9FA;
        width: 100%;
        height: 1050px;
    }

    .footer-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-text-box-1 {
        overflow: hidden;
        display: block;
        /* background-color: #ababab; */
        width: 100%;
        height: 300px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-text-heading-div h3 {
        color: #000000;
        font-size: 30px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-text-p p {
        color: #525252;
        font-size: 14px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-text-box-2 {
        overflow: hidden;
        display: block;
        /* background-color: #ababab; */
        width: 400px;
        height: 300px;
        margin-top: 50px;
        margin-left: 0px;
    }

    .footer-text-heading-2-div h3 {
        color: #000000;
        font-size: 30px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-text-links-1-div li {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 0px;
    }

    .footer-text-links-1-div li a {
        color: #525252;
        font-size: 16px;
        padding-top: 10px;
        transition: all ease;

        &:hover {
            color: #0054C2;
            text-decoration: underline;
        }
    }

    /* footer */

    /* footer 2 */

    .footer-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #F8F9FA;
        width: 100%;
        height: 150px;
        border-top: 0.5px solid #e2e2e2;
    }

    .footer-2-main-flex-div {
        overflow: hidden;
        display: block;
        justify-content: space-between;
        width: 100%;
    }

    .footer-2-text-1 p {
        color: #525252;
        font-size: 16px;
        padding-top: 25px;
        padding-left: 20px;
        padding-right: 0px;
    }

    .footer-2-text-2 p {
        color: #525252;
        font-size: 16px;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 0px;
    }

    /* footer 2 */
}

/* // Large devices (desktops, 768px and up) */
@media (min-width: 768px) {

    /* header */
    /* nav 1 */
    .nav-1 {
        overflow: hidden;
        display: none;
        width: 100%;
    }

    /* nav 1 */

    /* nav 2 */
    .nav-2 {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .navbar-dark {
        overflow: hidden;
        background-color: #ffffff;
        border-bottom: 0.5px solid #e2e2e2;
        width: 100%;
        height: 70px;
    }

    .navbar-brand {
        margin-top: 0px;
        margin-left: 0px;
    }

    .navbar-brand img {
        width: 40px;
    }

    .navbar-toggler-icon-1 {
        border: 2px solid transparent;
    }

    .navbar-toggler-icon-1 i {
        color: #130866;
        font-size: 25px;
    }

    .offcanvas {
        overflow: hidden;
        display: block;
        background-color: #000000;
        width: 100%;
        height: 777px;
    }

    .nav-link {
        color: #ffffff;
        font-size: 17px;
        transition: all 0.5s;

        &:focus:hover {
            color: #130866;
        }
    }

    /* nav 2 */
    /* header */

    /* body content 1 */

    .body-content-1-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 1030px;
    }

    .body-content-1-main-text-bg {
        overflow: hidden;
        display: block;
        background-color: #130866;
        width: 748px;
        height: 880px;
        border-radius: 20px;
        margin-top: 100px;
        margin-left: 10px;
        margin-right: 50px;
    }

    .body-content-1-main-flex-div {
        overflow: hidden;
        display: block;
    }

    .body-content-1-input-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 685px;
        height: 500px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 30px;
        margin-right: 0px;
    }

    .body-content-1-input-div input {
        color: #000000;
        font-size: 18px;
        background-color: #e2e2e2;
        width: 640px;
        height: 50px;
        border: none;
        outline: none;
        border-left: 5px solid #1A73E8;
        border-radius: 0px 10px 10px 0px;
        padding-left: 10px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
        transition: all 0.5s;
    }

    .body-content-1-input-div input:focus {
        color: #000000;
        background-color: #F8F9FA;
        border-radius: 0px 0px 0px 0px;
        border-left: none;
        border-bottom: 2px solid #1A73E8;
    }

    .body-content-1-input-div input::placeholder {
        color: #000000;
    }

    .body-content-1-input-div textarea {
        color: #000000;
        font-size: 18px;
        background-color: #e2e2e2;
        width: 640px;
        height: 170px;
        border: none;
        outline: none;
        border-left: 5px solid #1A73E8;
        border-radius: 0px 10px 10px 0px;
        padding-top: 10px;
        padding-left: 10px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
        transition: all 0.5s;
    }

    .body-content-1-input-div textarea:focus {
        color: #000000;
        background-color: #F8F9FA;
        border-radius: 0px 0px 0px 0px;
        border-left: none;
        border-bottom: 2px solid #1A73E8;
    }

    .body-content-1-input-div textarea::placeholder {
        color: #000000;
    }

    .body-content-1-input-btn {
        overflow: visible;
        display: block;
        margin-top: 30px;
        margin-left: 20px;
    }

    .body-content-1-input-btn a,
    .body-content-1-input-btn button {
        color: #ffffff;
        font-size: 18px;
        background-color: #1A73E8;
        padding: 10px 30px;
        border-radius: 20px;
        border: none;
        cursor: pointer;
        font-family: "Google Sans Code", monospace;
        transition: all 0.5s;


        &:hover {
            background-color: #0054C2;
        }
    }

    .body-content-1-input-text-div {
        overflow: hidden;
        display: block;
        /* background-color: #F8F9FA; */
        width: 420px;
        height: 500px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-1-input-text-heading h1 {
        color: #ffffff;
        font-size: 60px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-1-input-text-li {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-1-input-text-li li {
        color: #ffffff;
        font-size: 18px;
        text-align: justify;
        padding-top: 10px;
    }

    /* body content 1 */

    /* footer */

    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #F8F9FA;
        width: 100%;
        height: 1050px;
    }

    .footer-main-flex-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-text-box-1 {
        overflow: hidden;
        display: block;
        /* background-color: #ababab; */
        width: 500px;
        height: 300px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .footer-text-heading-div h3 {
        color: #000000;
        font-size: 30px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 10px;
    }

    .footer-text-p p {
        color: #525252;
        font-size: 14px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-text-box-2 {
        overflow: hidden;
        display: block;
        /* background-color: #ababab; */
        width: 400px;
        height: 300px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .footer-text-heading-2-div h3 {
        color: #000000;
        font-size: 30px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 10px;
    }

    .footer-text-links-1-div li {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 0px;
    }

    .footer-text-links-1-div li a {
        color: #525252;
        font-size: 16px;
        padding-top: 10px;
        transition: all ease;

        &:hover {
            color: #0054C2;
            text-decoration: underline;
        }
    }

    /* footer */

    /* footer 2 */

    .footer-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #F8F9FA;
        width: 100%;
        height: 120px;
        border-top: 0.5px solid #e2e2e2;
    }

    .footer-2-main-flex-div {
        overflow: hidden;
        display: block;
        justify-content: space-between;
        width: 100%;
    }

    .footer-2-text-1 p {
        color: #525252;
        font-size: 16px;
        padding-top: 25px;
        padding-left: 20px;
        padding-right: 0px;
    }

    .footer-2-text-2 p {
        color: #525252;
        font-size: 16px;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 0px;
    }

    /* footer 2 */
}


/* // X-Large devices (large desktops, 1024px and up) */
@media (min-width: 1024px) {

    /* header */
    /* nav 1 */

    .navbar-color {
        background-color: #ffffff !important;
        width: 100%;
        height: 60px;
        box-shadow: 0 0 20px 2px rgb(235, 235, 235);
        transition: 1s;
    }

    .nav-1 {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .header-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .header-main-bg {
        overflow: hidden;
        display: block;
        background-color: transparent !important;
        border-bottom: none;
        width: 100%;
        height: 60px;
    }

    .header-main-flex {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .header-logo-div {
        margin-top: 10px;
        margin-left: 90px;
    }

    .header-logo-div img {
        width: 40px;
    }

    .header-nav-links {
        margin-top: 17px;
        margin-left: 230px;
    }

    .header-nav-links li {
        display: inline-block;
        padding-left: 50px;
    }

    .header-nav-links a {
        display: inline-block;
        color: black;
        font-size: 17px;
        transition: all 0.5s;

        &:hover {
            color: #130866;
        }
    }

    .act-page {
        color: #ff5100 !important;
    }

    /* nav 1 */

    /* nav 2 */
    .nav-2 {
        overflow: hidden;
        display: none;
        width: 100%;
    }

    /* nav 2 */
    /* header */

    /* body content 1 */

    .body-content-1-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 730px;
    }

    .body-content-1-main-text-bg {
        overflow: hidden;
        display: block;
        background-color: #130866;
        width: 930px;
        height: 600px;
        border-radius: 20px;
        margin-top: 70px;
        margin-left: 50px;
        margin-right: 50px;
    }

    .body-content-1-main-flex-div {
        overflow: hidden;
        display: flex;
    }

    .body-content-1-input-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 400px;
        height: 500px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 30px;
        margin-right: 0px;
    }

    .body-content-1-input-div input {
        color: #000000;
        font-size: 18px;
        background-color: #e2e2e2;
        width: 355px;
        height: 50px;
        border: none;
        outline: none;
        border-left: 5px solid #1A73E8;
        border-radius: 0px 10px 10px 0px;
        padding-left: 10px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
        transition: all 0.5s;
    }

    .body-content-1-input-div input:focus {
        color: #000000;
        background-color: #F8F9FA;
        border-radius: 0px 0px 0px 0px;
        border-left: none;
        border-bottom: 2px solid #1A73E8;
    }

    .body-content-1-input-div input::placeholder {
        color: #000000;
    }

    .body-content-1-input-div textarea {
        color: #000000;
        font-size: 18px;
        background-color: #e2e2e2;
        width: 355px;
        height: 170px;
        border: none;
        outline: none;
        border-left: 5px solid #1A73E8;
        border-radius: 0px 10px 10px 0px;
        padding-top: 10px;
        padding-left: 10px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
        transition: all 0.5s;
    }

    .body-content-1-input-div textarea:focus {
        color: #000000;
        background-color: #F8F9FA;
        border-radius: 0px 0px 0px 0px;
        border-left: none;
        border-bottom: 2px solid #1A73E8;
    }

    .body-content-1-input-div textarea::placeholder {
        color: #000000;
    }

    .body-content-1-input-btn {
        overflow: visible;
        display: block;
        margin-top: 30px;
        margin-left: 20px;
    }

    .body-content-1-input-btn a,
    .body-content-1-input-btn button {
        color: #ffffff;
        font-size: 18px;
        background-color: #1A73E8;
        padding: 10px 30px;
        border-radius: 20px;
        border: none;
        cursor: pointer;
        font-family: "Google Sans Code", monospace;
        transition: all 0.5s;


        &:hover {
            background-color: #0054C2;
        }
    }

    .body-content-1-input-text-div {
        overflow: hidden;
        display: block;
        /* background-color: #F8F9FA; */
        width: 420px;
        height: 500px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-1-input-text-heading h1 {
        color: #ffffff;
        font-size: 60px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-1-input-text-li {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-1-input-text-li li {
        color: #ffffff;
        font-size: 18px;
        text-align: justify;
        padding-top: 10px;
    }

    /* body content 1 */

    /* footer */

    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #F8F9FA;
        width: 100%;
        height: 400px;
    }

    .footer-main-flex-div {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .footer-text-box-1 {
        overflow: hidden;
        display: block;
        /* background-color: #ababab; */
        width: 500px;
        height: 300px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .footer-text-heading-div h3 {
        color: #000000;
        font-size: 30px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 10px;
    }

    .footer-text-p p {
        color: #525252;
        font-size: 14px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-text-box-2 {
        overflow: hidden;
        display: block;
        /* background-color: #ababab; */
        width: 400px;
        height: 300px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .footer-text-heading-2-div h3 {
        color: #000000;
        font-size: 30px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 10px;
    }

    .footer-text-links-1-div li {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 0px;
    }

    .footer-text-links-1-div li a {
        color: #525252;
        font-size: 16px;
        padding-top: 10px;
        transition: all ease;

        &:hover {
            color: #0054C2;
            text-decoration: underline;
        }
    }

    /* footer */

    /* footer 2 */

    .footer-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #F8F9FA;
        width: 100%;
        height: 70px;
        border-top: 0.5px solid #e2e2e2;
    }

    .footer-2-main-flex-div {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .footer-2-text-1 p {
        color: #525252;
        font-size: 16px;
        padding-top: 25px;
        padding-left: 20px;
        padding-right: 0px;
    }

    .footer-2-text-2 p {
        color: #525252;
        font-size: 16px;
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 20px;
    }

    /* footer 2 */
}


/* // XX-Large devices (larger desktops, 1200px and up) */
@media (min-width: 1200px) {

    /* header */
    /* nav 1 */

    .nav-1 {
        overflow: hidden;
        display: block;
        padding-top: 0px;
        width: 100%;
    }

    .nav-1 ul li a {
        overflow: hidden;
        display: block;
        padding-top: 5px;
        width: 100%;
    }

    .navbar-color {
        background-color: #ffffff;
        width: 100%;
        height: 70px;
        box-shadow: 0 0 20px 2px rgb(235, 235, 235);
        transition: 1s;
    }

    .header-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .header-main-bg {
        overflow: hidden;
        display: block;
        background-color: transparent !important;
        border-bottom: none;
        width: 100%;
        height: 60px;
    }

    .header-main-flex {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .header-logo-div {
        margin-top: 10px;
        margin-left: 150px;
    }

    .header-logo-div img {
        width: 50px;
    }

    .header-nav-links {
        margin-top: 17px;
        margin-left: 450px;
    }

    .header-nav-links ul {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-nav-links ul li {
        list-style: none;
    }

    .header-nav-links a {
        display: inline-block;
        color: black;
        font-size: 17px;
        transition: all 0.5s;

        &:hover {
            color: #130866;
        }
    }

    .act-page {
        color: #ff5100 !important;
    }

    /* nav 1 */

    /* nav 2 */
    .nav-2 {
        overflow: hidden;
        display: none;
        width: 100%;
    }

    /* nav 2 */
    /* header */

    /* body content 1 */

    .body-content-1-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 730px;
    }

    .body-content-1-main-text-bg {
        overflow: hidden;
        display: block;
        background-color: #130866;
        width: 1190px;
        height: 600px;
        border-radius: 20px;
        margin-top: 70px;
        margin-left: 50px;
        margin-right: 50px;
    }

    .body-content-1-main-flex-div {
        overflow: hidden;
        display: flex;
    }

    .body-content-1-input-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 550px;
        height: 500px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .body-content-1-input-div input {
        color: #000000;
        font-size: 18px;
        background-color: #e2e2e2;
        width: 500px;
        height: 50px;
        border: none;
        outline: none;
        border-left: 5px solid #1A73E8;
        border-radius: 0px 10px 10px 0px;
        padding-left: 10px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
        transition: all 0.5s;
    }

    .body-content-1-input-div input:focus {
        color: #000000;
        background-color: #F8F9FA;
        border-radius: 0px 0px 0px 0px;
        border-left: none;
        border-bottom: 2px solid #1A73E8;
    }

    .body-content-1-input-div input::placeholder {
        color: #000000;
    }

    .body-content-1-input-div textarea {
        color: #000000;
        font-size: 18px;
        background-color: #e2e2e2;
        width: 500px;
        height: 170px;
        border: none;
        outline: none;
        border-left: 5px solid #1A73E8;
        border-radius: 0px 10px 10px 0px;
        padding-top: 10px;
        padding-left: 10px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
        transition: all 0.5s;
    }

    .body-content-1-input-div textarea:focus {
        color: #000000;
        background-color: #F8F9FA;
        border-radius: 0px 0px 0px 0px;
        border-left: none;
        border-bottom: 2px solid #1A73E8;
    }

    .body-content-1-input-div textarea::placeholder {
        color: #000000;
    }

    .body-content-1-input-btn {
        overflow: visible;
        display: block;
        margin-top: 30px;
        margin-left: 20px;
    }

    .body-content-1-input-btn a,
    .body-content-1-input-btn button {
        color: #ffffff;
        font-size: 18px;
        background-color: #1A73E8;
        padding: 10px 30px;
        border-radius: 20px;
        border: none;
        cursor: pointer;
        font-family: "Google Sans Code", monospace;
        transition: all 0.5s;


        &:hover {
            background-color: #0054C2;
        }
    }

    .body-content-1-input-text-div {
        overflow: hidden;
        display: block;
        /* background-color: #F8F9FA; */
        width: 500px;
        height: 500px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-1-input-text-heading h1 {
        color: #ffffff;
        font-size: 60px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-1-input-text-li {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-1-input-text-li li {
        color: #ffffff;
        font-size: 18px;
        text-align: justify;
        padding-top: 10px;
    }

    /* body content 1 */

    /* footer */

    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #F8F9FA;
        width: 100%;
        height: 400px;
    }

    .footer-main-flex-div {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .footer-text-box-1 {
        overflow: hidden;
        display: block;
        /* background-color: #ababab; */
        width: 500px;
        height: 300px;
        margin-top: 50px;
        margin-left: 120px;
    }

    .footer-text-heading-div h3 {
        color: #000000;
        font-size: 30px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 10px;
    }

    .footer-text-p p {
        color: #525252;
        font-size: 14px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-text-box-2 {
        overflow: hidden;
        display: block;
        /* background-color: #ababab; */
        width: 400px;
        height: 300px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .footer-text-heading-2-div h3 {
        color: #000000;
        font-size: 30px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 10px;
    }

    .footer-text-links-1-div li {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 0px;
    }

    .footer-text-links-1-div li a {
        color: #525252;
        font-size: 16px;
        padding-top: 10px;
        transition: all ease;

        &:hover {
            color: #0054C2;
            text-decoration: underline;
        }
    }

    /* footer */

    /* footer 2 */

    .footer-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #F8F9FA;
        width: 100%;
        height: 70px;
        border-top: 0.5px solid #e2e2e2;
    }

    .footer-2-main-flex-div {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .footer-2-text-1 p {
        color: #525252;
        font-size: 16px;
        padding-top: 25px;
        padding-left: 50px;
        padding-right: 0px;
    }

    .footer-2-text-2 p {
        color: #525252;
        font-size: 16px;
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 50px;
    }

    /* footer 2 */
}

/* // XX-Large devices (larger desktops, 1440px and up) */
@media (min-width: 1440px) {

    /* header */
    /* nav 1 */

    .nav-1 {
        overflow: hidden;
        display: block;
        padding-top: 0px;
        width: 100%;
    }

    .nav-1 ul li a {
        overflow: hidden;
        display: block;
        padding-top: 5px;
        width: 100%;
    }

    .navbar-color {
        background-color: #ffffff;
        width: 100%;
        height: 70px;
        box-shadow: 0 0 20px 2px rgb(235, 235, 235);
        transition: 1s;
    }

    .header-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .header-main-bg {
        overflow: hidden;
        display: block;
        background-color: transparent !important;
        border-bottom: none;
        width: 100%;
        height: 60px;
    }

    .header-main-flex {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .header-logo-div {
        margin-top: 10px;
        margin-left: 150px;
    }

    .header-logo-div img {
        width: 50px;
    }

    .header-nav-links {
        margin-top: 17px;
        margin-left: 600px;
    }

    .header-nav-links ul {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .header-nav-links ul li {
        list-style: none;
    }

    .header-nav-links a {
        display: inline-block;
        color: black;
        font-size: 17px;
        transition: all 0.5s;

        &:hover {
            color: #130866;
        }
    }

    .act-page {
        color: #ff5100 !important;
    }

    /* nav 1 */

    /* nav 2 */
    .nav-2 {
        overflow: hidden;
        display: none;
        width: 100%;
    }

    /* nav 2 */
    /* header */

    /* body content 1 */

    .body-content-1-main-biv {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .body-content-1-main-bg {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 100%;
        height: 730px;
    }

    .body-content-1-main-text-bg {
        overflow: hidden;
        display: block;
        background-color: #130866;
        width: 1430px;
        height: 600px;
        border-radius: 20px;
        margin-top: 70px;
        margin-left: 50px;
        margin-right: 50px;
    }

    .body-content-1-main-flex-div {
        overflow: hidden;
        display: flex;
    }

    .body-content-1-input-div {
        overflow: hidden;
        display: block;
        background-color: #ffffff;
        width: 700px;
        height: 500px;
        border-radius: 20px;
        margin-top: 50px;
        margin-left: 50px;
        margin-right: 0px;
    }

    .body-content-1-input-div input {
        color: #000000;
        font-size: 18px;
        background-color: #e2e2e2;
        width: 650px;
        height: 50px;
        border: none;
        outline: none;
        border-left: 5px solid #1A73E8;
        border-radius: 0px 10px 10px 0px;
        padding-left: 10px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
        transition: all 0.5s;
    }

    .body-content-1-input-div input:focus {
        color: #000000;
        background-color: #F8F9FA;
        border-radius: 0px 0px 0px 0px;
        border-left: none;
        border-bottom: 2px solid #1A73E8;
    }

    .body-content-1-input-div input::placeholder {
        color: #000000;
    }

    .body-content-1-input-div textarea {
        color: #000000;
        font-size: 18px;
        background-color: #e2e2e2;
        width: 650px;
        height: 170px;
        border: none;
        outline: none;
        border-left: 5px solid #1A73E8;
        border-radius: 0px 10px 10px 0px;
        padding-top: 10px;
        padding-left: 10px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
        transition: all 0.5s;
    }

    .body-content-1-input-div textarea:focus {
        color: #000000;
        background-color: #F8F9FA;
        border-radius: 0px 0px 0px 0px;
        border-left: none;
        border-bottom: 2px solid #1A73E8;
    }

    .body-content-1-input-div textarea::placeholder {
        color: #000000;
    }

    .body-content-1-input-btn {
        overflow: visible;
        display: block;
        margin-top: 30px;
        margin-left: 20px;
    }

    .body-content-1-input-btn a,
    .body-content-1-input-btn button {
        color: #ffffff;
        font-size: 18px;
        background-color: #1A73E8;
        padding: 10px 30px;
        border-radius: 20px;
        border: none;
        cursor: pointer;
        font-family: "Google Sans Code", monospace;
        transition: all 0.5s;


        &:hover {
            background-color: #0054C2;
        }
    }

    .body-content-1-input-text-div {
        overflow: hidden;
        display: block;
        /* background-color: #F8F9FA; */
        width: 570px;
        height: 500px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .body-content-1-input-text-heading h1 {
        color: #ffffff;
        font-size: 60px;
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-1-input-text-li {
        margin-top: 20px;
        margin-left: 20px;
        margin-right: 0px;
    }

    .body-content-1-input-text-li li {
        color: #ffffff;
        font-size: 18px;
        text-align: justify;
        padding-top: 10px;
    }

    /* body content 1 */

    /* footer */

    .footer-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-main-bg {
        overflow: hidden;
        display: block;
        background-color: #F8F9FA;
        width: 100%;
        height: 400px;
    }

    .footer-main-flex-div {
        overflow: hidden;
        display: flex;
        width: 100%;
    }

    .footer-text-box-1 {
        overflow: hidden;
        display: block;
        /* background-color: #ababab; */
        width: 500px;
        height: 300px;
        margin-top: 50px;
        margin-left: 180px;
    }

    .footer-text-heading-div h3 {
        color: #000000;
        font-size: 30px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 10px;
    }

    .footer-text-p p {
        color: #525252;
        font-size: 15px;
        text-align: justify;
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .footer-text-box-2 {
        overflow: hidden;
        display: block;
        /* background-color: #ababab; */
        width: 400px;
        height: 300px;
        margin-top: 50px;
        margin-left: 50px;
    }

    .footer-text-heading-2-div h3 {
        color: #000000;
        font-size: 30px;
        padding-top: 40px;
        padding-left: 20px;
        padding-right: 10px;
    }

    .footer-text-links-1-div li {
        padding-top: 10px;
        padding-left: 20px;
        padding-right: 0px;
    }

    .footer-text-links-1-div li a {
        color: #525252;
        font-size: 16px;
        padding-top: 10px;
        transition: all ease;

        &:hover {
            color: #0054C2;
            text-decoration: underline;
        }
    }

    /* footer */

    /* footer 2 */

    .footer-2-main-div {
        overflow: hidden;
        display: block;
        width: 100%;
    }

    .footer-2-main-bg {
        overflow: hidden;
        display: block;
        background-color: #F8F9FA;
        width: 100%;
        height: 70px;
        border-top: 0.5px solid #e2e2e2;
    }

    .footer-2-main-flex-div {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .footer-2-text-1 p {
        color: #525252;
        font-size: 16px;
        padding-top: 25px;
        padding-left: 50px;
        padding-right: 0px;
    }

    .footer-2-text-2 p {
        color: #525252;
        font-size: 16px;
        padding-top: 25px;
        padding-left: 0px;
        padding-right: 50px;
    }

    /* footer 2 */
}

::-webkit-scrollbar {
    background-color: black;
    width: 8px;
}

::-webkit-scrollbar-thumb {
    background-color: #ffffff;
    border-radius: 0px;
}